home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk31 / doodle / execute.me < prev    next >
Text File  |  1995-03-18  |  1KB  |  38 lines

  1. echo "Creating BasicBMAPS directory & renaming .BMAP files to it..."
  2.  
  3. rename file3 to BasicBMAPS.info
  4. makedir BasicBMAPS
  5. rename dos.bmap to BasicBMAPS/dos.bmap
  6. rename exec.bmap to BasicBMAPS/exec.bmap
  7. rename file6 to BasicBMAPS/graphics.bmap
  8. rename file5 to BasicBMAPS/diskfont.bmap
  9.  
  10. echo "Creating Doodle directory & renaming programs to it..."
  11. makedir Doodle
  12. rename run.Doodle to Doodle/run.Doodle
  13. rename file4 to Doodle/run.Doodle.info
  14. rename Doodle.BAS to Doodle/Doodle.BAS
  15. rename sample.pic to Doodle/sample.pic
  16. rename file2 to Doodle/sample.pic.info
  17.  
  18. echo "finished"
  19.  
  20. echo ""
  21. echo "You should have the Doodle & BasicBMAPS DRAWERS on a disk with"
  22. echo "the FD1.2 DRAWER & AMIGABASIC.  This program is adapted from"
  23. echo "programs on the EXTRAS disk.  Pictures created by it can be shown"
  24. echo "with SHOWIZ or whatever routine you normally use to display pictures."
  25. echo ""
  26. echo "To run the program, open the Doodle DRAWER, then double click on"
  27. echo "run.Doodle"
  28. echo "The program uses pull-down menus & the mouse."
  29. echo ""
  30. echo "If you like using this program, please feel free to send donations"
  31. echo "you feel are appropriate to:"
  32. echo ""
  33. echo "                   Allen W. Wadle"
  34. echo "                   1905 Lanette"
  35. echo "                   Arlington, Tx 76010"
  36. echo "                   817-649-0262"
  37. wait 30
  38.